home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / tribbs / secck20.zip / SECURE.DOC < prev    next >
Text File  |  1996-05-28  |  8KB  |  192 lines

  1. Security Check! v2.0  Release Date: 05/28/96
  2. Freejack's Software By Gary Price
  3. Copyrighted (c) 1995-96 by Gary Price, all rights reserved.
  4.  
  5. TriBBS is a Registered Trademark by TriSoft!
  6.  
  7. This program is distrubuted without warranty. Freejack's Software will not
  8. be liable in any way for any damages cause from the use of this program. 
  9. This is a Shareware program and may be used for a period of 30 days. After
  10. the 30 day trail, Registration is required. See Register.txt for further info.
  11. There is no guarantee this program will do anything execpt take up harddrive
  12. space.... (:>
  13.  
  14. Now that this is out of the way, lets get on to the good stuff.
  15.  
  16. ************************ About Security Check! ******************************
  17.  
  18.  This is a logon type door that will prompt callers to enter their DOB and
  19.  phone number, adding an extra level of security to your BBS to help protect
  20.  against illegal logons attempts. Highly configuable, with Fast and Clean 
  21.  Seamless operation, and best of all, NO Nagging Delays! New in this version,
  22.  users can enter up to a 3 line message to the sysop stating why they failed
  23.  the logon attempt. It will record this message in the Failed.log and in the
  24.  Sysop's Display Screen. (Example 1.bbs for TriBBS)
  25.  
  26. ************************* TriBBS Installation *******************************
  27.   
  28.  NOTE: TriBBS will allow you to add doors to your system that will generate
  29.  all Door data types so Doors can read in the Callers information.  There
  30.  are only two Batch files that can be used with doors during this  logon
  31.  procedure, they are: "LOGON.BAT" & "FASTLOG.BAT" No others batch  files for
  32.  logons will work. See Batch File Layouts below!
  33.  
  34.  Create a directory something like "C:\SECURE" or "C:\TRIBBS\SECURE" or
  35.  whatever you desire and copy all Security Check! files into this directory.
  36.  Next, edit the batch files that are included and copy those to your
  37.  "C:\TRIBBS\BATCH" directory. Then edit the secure.cfg file and enter your
  38.  paths and information or run Config.exe which is included to create your
  39.  config files. Details on the information that is needed is below.
  40.  
  41.  NOTE: "Logon.bat" is for callers logging on normally, whereas, "Fastlog.bat"
  42.         will grab anyone using the "*" in front of their name to bypass the
  43.         screens and do a Fast logon.
  44.  
  45. *************** SECURE.CFG and SECUREx.CFG format is as follows *************
  46.  
  47.  All you really need to do is run the CONFIG.EXE that comes with this 
  48.  archive for simple creating of your Config file. Each line will supply
  49.  a Note box explaining what each entry is for. I will briefly cover what
  50.  they are here.  Secure.cfg is basically for Single node operation. 
  51.  Whereas, Secure(x).cfg is for multinode systems, (x) representing your
  52.  node number.
  53.                          
  54. DOOR.SYS
  55. C:\TRIBBS
  56. C:\TRIBBS
  57. Freejack's Place
  58. Gary Price
  59. 3
  60. 50
  61. 10
  62. 100
  63. C:\TRIBBS\SECURE\FAILED.LOG
  64. C:\TRIBBS\SECURE\1.BBS
  65. C:\TRIBBS\SECURE
  66. 0
  67.  
  68. LINE 1:  Door Data type "Door.sys or TriBBS.sys"
  69. LINE 2:  Path to Node 1's directory
  70. LINE 3:  Path to this Node running the Door
  71. LINE 4:  Your BBS Name
  72. LINE 5:  Sysop's Name
  73. LINE 6:  Amount of chances to give a caller for each question asked
  74. LINE 7:  Percent Chance that the door will be called.
  75.          1 to 100. 1 would mean least likely, and 100
  76.          would mean everytime a caller logs on the door
  77.          will activate.
  78. LINE 8:  Minimum Security Level user must have to activate 
  79.          Door. Anything below will not activate Door.
  80. LINE 9:  Maximum Security Level user must have to activate    
  81.          Door. Anything above will not activate Door.
  82. LINE 10: Full Path and Filename of Detailed log of users
  83.          failing the Security Check! door during logons.
  84.            NOTE: This Log File will also hold any comments to 
  85.                  sysop as to why they failed their logon attempt.
  86.                  It will allow a user to enter up to a 3 line
  87.                  message. REGISTERED VERSIONS ONLY!
  88. LINE 11: Full Path and Filename of Sysop's Screen of users
  89.          failing the Security Check! door during logons.
  90.            NOTE: This Display Screen will also hold any comments 
  91.                  to sysop as to why they failed their logon 
  92.                  attempt. It will allow a user to enter up to a 3 
  93.                  line message. REGISTERED VERSIONS ONLY!
  94. LINE 12: Directory Path only for Security Check to create a file called
  95.          CALLER.DAT which will keep a data base on people who called and
  96.          was selected to be checked by this door. Once they are checked
  97.          for a day's logon, it will not ask them again until the following
  98.          day. Enter NONE if you wish not to use this portion of the program.
  99.          No Trailing backslash is needed. REGISTERED VERSIONS ONLY!
  100. LINE 13: If you are running a BBS on a comport with an
  101.          Non-Standard IRQ, then enter that here. Standard
  102.          IRQ just enter return and the CONFIG.EXE will 
  103.          put a 0 there.
  104.  
  105.                        
  106. Batch File Layouts for TriBBS:
  107.  
  108.  LOGON.BAT Layout:  For normal logons.
  109.   
  110.         cd\door
  111.         secure secure.cfg
  112.         cd\tribbs
  113.         board
  114.  
  115.  FASTLOG.BAT Layout: For fast logons using the "*" in front of the caller's
  116.                      name.
  117.   
  118.         cd\door
  119.         secure secure.cfg
  120.         cd\tribbs
  121.         board              <- Please note that Fastlog.bat now uses 
  122.                               board.bat called at the end of this batch
  123.                               file.
  124.  
  125.  
  126.  
  127. =============================================================================
  128.  
  129.                              Security Check! v2.0
  130.                                                            
  131.        Report bugs, make suggestions, and receive support at:
  132.                                                                   
  133.                             
  134.                       ╥─┐       o    ╥  ╖    ╥─┐╥      
  135.                       ╟─ ╥┐╓╖╓╖ ╥╓┐╓─╟┬┘ ╓─  ╟─┘║╓┐╓─╓╖
  136.                       ╨  ╨ ╙─╙─ ║╙┴╙─╨└  ─╜  ╨  ╨╙┴╙─╙─
  137.                                ╙╜                      
  138.                          Home of Freejack's Software
  139.        
  140.             
  141.               √  TriBBS Support Board 
  142.               
  143.               √  5+ GIGABYTES 
  144.         
  145.               √  Over 35,000 Files Online 
  146.               
  147.               √  402+ File Areas 
  148.           
  149.               √  World Message Exchange 
  150.               
  151.               √  YankeeNet 
  152.               
  153.               √  FIDONET 
  154.               
  155.               √  202+ Message Conferences
  156.            
  157.               √  30+ ONLINE GAMES! 
  158.               
  159.               NODE 1 - (205) 739-7121 /FrontDoor/ 33200 USR HST, V.34
  160.            
  161.               NODE 2 - (205) 737-5032 33200 USR HST, V.34           
  162.                            FidoNet 1:3607/26
  163.  
  164.                        15 Day FREE Trial Subscription
  165.                30 Minutes FREE!     Extended Time Plan Available! 
  166.         
  167.          * FILES!  ======>    * NO RATIOS!  ======>   * ONLINE GAMES! 
  168.  
  169.            
  170.  
  171.         Many hours of hard work have gone into this program to make life a 
  172.         little easier for the TriBBS sysop. All attempts have been made to
  173.         catch any bugs, but that does not mean someone out there cannot
  174.         create or find one, so with this in mind, please take the time
  175.         and drop me a note (via WME, YankeeNet, FidoNet 1:3607/26, or
  176.         call my BBS, or Voice (205) 737-9189 and let me know of any
  177.         problems that may arise.  The problem will be swiftly corrected! 
  178.  
  179.              Thanks for trying,
  180.  
  181.                                 Security Check! v2.0
  182.  
  183.  
  184.          -= Register Today and Help Keep the Shareware Concept Alive! =-
  185.  
  186.                                 Gary Price
  187.  
  188.              
  189.          MANY thanks go out to all the Beta Testers who have helped make 
  190.          this latest version of Security Check! the BEST one on the Shareware
  191.          market. 
  192.